3.2393 \(\int (a+\frac {b}{x^{3/2}})^{2/3} \, dx\)

Optimal. Leaf size=95 \[ b^{2/3} \log \left (\sqrt [3]{a+\frac {b}{x^{3/2}}}-\frac {\sqrt [3]{b}}{\sqrt {x}}\right )-\frac {2 b^{2/3} \tan ^{-1}\left (\frac {\frac {2 \sqrt [3]{b}}{\sqrt {x} \sqrt [3]{a+\frac {b}{x^{3/2}}}}+1}{\sqrt {3}}\right )}{\sqrt {3}}+x \left (a+\frac {b}{x^{3/2}}\right )^{2/3} \]

[Out]

(a+b/x^(3/2))^(2/3)*x+b^(2/3)*ln((a+b/x^(3/2))^(1/3)-b^(1/3)/x^(1/2))-2/3*b^(2/3)*arctan(1/3*(1+2*b^(1/3)/(a+b
/x^(3/2))^(1/3)/x^(1/2))*3^(1/2))*3^(1/2)

________________________________________________________________________________________

Rubi [A]  time = 0.09, antiderivative size = 95, normalized size of antiderivative = 1.00, number of steps used = 4, number of rules used = 4, integrand size = 13, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.308, Rules used = {243, 335, 277, 239} \[ b^{2/3} \log \left (\sqrt [3]{a+\frac {b}{x^{3/2}}}-\frac {\sqrt [3]{b}}{\sqrt {x}}\right )-\frac {2 b^{2/3} \tan ^{-1}\left (\frac {\frac {2 \sqrt [3]{b}}{\sqrt {x} \sqrt [3]{a+\frac {b}{x^{3/2}}}}+1}{\sqrt {3}}\right )}{\sqrt {3}}+x \left (a+\frac {b}{x^{3/2}}\right )^{2/3} \]

Antiderivative was successfully verified.

[In]

Int[(a + b/x^(3/2))^(2/3),x]

[Out]

(a + b/x^(3/2))^(2/3)*x - (2*b^(2/3)*ArcTan[(1 + (2*b^(1/3))/((a + b/x^(3/2))^(1/3)*Sqrt[x]))/Sqrt[3]])/Sqrt[3
] + b^(2/3)*Log[(a + b/x^(3/2))^(1/3) - b^(1/3)/Sqrt[x]]

Rule 239

Int[((a_) + (b_.)*(x_)^3)^(-1/3), x_Symbol] :> Simp[ArcTan[(1 + (2*Rt[b, 3]*x)/(a + b*x^3)^(1/3))/Sqrt[3]]/(Sq
rt[3]*Rt[b, 3]), x] - Simp[Log[(a + b*x^3)^(1/3) - Rt[b, 3]*x]/(2*Rt[b, 3]), x] /; FreeQ[{a, b}, x]

Rule 243

Int[((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> With[{k = Denominator[n]}, Dist[k, Subst[Int[x^(k - 1)*(a + b*
x^(k*n))^p, x], x, x^(1/k)], x]] /; FreeQ[{a, b, p}, x] && FractionQ[n]

Rule 277

Int[((c_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> Simp[((c*x)^(m + 1)*(a + b*x^n)^p)/(c*(m +
1)), x] - Dist[(b*n*p)/(c^n*(m + 1)), Int[(c*x)^(m + n)*(a + b*x^n)^(p - 1), x], x] /; FreeQ[{a, b, c}, x] &&
IGtQ[n, 0] && GtQ[p, 0] && LtQ[m, -1] &&  !ILtQ[(m + n*p + n + 1)/n, 0] && IntBinomialQ[a, b, c, n, m, p, x]

Rule 335

Int[(x_)^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_), x_Symbol] :> -Subst[Int[(a + b/x^n)^p/x^(m + 2), x], x, 1/x] /;
FreeQ[{a, b, p}, x] && ILtQ[n, 0] && IntegerQ[m]

Rubi steps

\begin {align*} \int \left (a+\frac {b}{x^{3/2}}\right )^{2/3} \, dx &=2 \operatorname {Subst}\left (\int \left (a+\frac {b}{x^3}\right )^{2/3} x \, dx,x,\sqrt {x}\right )\\ &=-\left (2 \operatorname {Subst}\left (\int \frac {\left (a+b x^3\right )^{2/3}}{x^3} \, dx,x,\frac {1}{\sqrt {x}}\right )\right )\\ &=\left (a+\frac {b}{x^{3/2}}\right )^{2/3} x-(2 b) \operatorname {Subst}\left (\int \frac {1}{\sqrt [3]{a+b x^3}} \, dx,x,\frac {1}{\sqrt {x}}\right )\\ &=\left (a+\frac {b}{x^{3/2}}\right )^{2/3} x-\frac {2 b^{2/3} \tan ^{-1}\left (\frac {1+\frac {2 \sqrt [3]{b}}{\sqrt [3]{a+\frac {b}{x^{3/2}}} \sqrt {x}}}{\sqrt {3}}\right )}{\sqrt {3}}+b^{2/3} \log \left (\sqrt [3]{a+\frac {b}{x^{3/2}}}-\frac {\sqrt [3]{b}}{\sqrt {x}}\right )\\ \end {align*}

________________________________________________________________________________________

Mathematica [C]  time = 0.03, size = 52, normalized size = 0.55 \[ \frac {x \left (a+\frac {b}{x^{3/2}}\right )^{2/3} \, _2F_1\left (-\frac {2}{3},-\frac {2}{3};\frac {1}{3};-\frac {b}{a x^{3/2}}\right )}{\left (\frac {b}{a x^{3/2}}+1\right )^{2/3}} \]

Antiderivative was successfully verified.

[In]

Integrate[(a + b/x^(3/2))^(2/3),x]

[Out]

((a + b/x^(3/2))^(2/3)*x*Hypergeometric2F1[-2/3, -2/3, 1/3, -(b/(a*x^(3/2)))])/(1 + b/(a*x^(3/2)))^(2/3)

________________________________________________________________________________________

fricas [F(-1)]  time = 0.00, size = 0, normalized size = 0.00 \[ \text {Timed out} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x^(3/2))^(2/3),x, algorithm="fricas")

[Out]

Timed out

________________________________________________________________________________________

giac [F]  time = 0.00, size = 0, normalized size = 0.00 \[ \int {\left (a + \frac {b}{x^{\frac {3}{2}}}\right )}^{\frac {2}{3}}\,{d x} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x^(3/2))^(2/3),x, algorithm="giac")

[Out]

integrate((a + b/x^(3/2))^(2/3), x)

________________________________________________________________________________________

maple [F]  time = 0.20, size = 0, normalized size = 0.00 \[ \int \left (a +\frac {b}{x^{\frac {3}{2}}}\right )^{\frac {2}{3}}\, dx \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a+b/x^(3/2))^(2/3),x)

[Out]

int((a+b/x^(3/2))^(2/3),x)

________________________________________________________________________________________

maxima [A]  time = 1.28, size = 109, normalized size = 1.15 \[ \frac {2}{3} \, \sqrt {3} b^{\frac {2}{3}} \arctan \left (\frac {\sqrt {3} {\left (2 \, {\left (a + \frac {b}{x^{\frac {3}{2}}}\right )}^{\frac {1}{3}} \sqrt {x} + b^{\frac {1}{3}}\right )}}{3 \, b^{\frac {1}{3}}}\right ) + {\left (a + \frac {b}{x^{\frac {3}{2}}}\right )}^{\frac {2}{3}} x - \frac {1}{3} \, b^{\frac {2}{3}} \log \left ({\left (a + \frac {b}{x^{\frac {3}{2}}}\right )}^{\frac {2}{3}} x + {\left (a + \frac {b}{x^{\frac {3}{2}}}\right )}^{\frac {1}{3}} b^{\frac {1}{3}} \sqrt {x} + b^{\frac {2}{3}}\right ) + \frac {2}{3} \, b^{\frac {2}{3}} \log \left ({\left (a + \frac {b}{x^{\frac {3}{2}}}\right )}^{\frac {1}{3}} \sqrt {x} - b^{\frac {1}{3}}\right ) \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x^(3/2))^(2/3),x, algorithm="maxima")

[Out]

2/3*sqrt(3)*b^(2/3)*arctan(1/3*sqrt(3)*(2*(a + b/x^(3/2))^(1/3)*sqrt(x) + b^(1/3))/b^(1/3)) + (a + b/x^(3/2))^
(2/3)*x - 1/3*b^(2/3)*log((a + b/x^(3/2))^(2/3)*x + (a + b/x^(3/2))^(1/3)*b^(1/3)*sqrt(x) + b^(2/3)) + 2/3*b^(
2/3)*log((a + b/x^(3/2))^(1/3)*sqrt(x) - b^(1/3))

________________________________________________________________________________________

mupad [B]  time = 1.31, size = 37, normalized size = 0.39 \[ \frac {x\,{\left (a+\frac {b}{x^{3/2}}\right )}^{2/3}\,{{}}_2{\mathrm {F}}_1\left (-\frac {2}{3},-\frac {2}{3};\ \frac {1}{3};\ -\frac {b}{a\,x^{3/2}}\right )}{{\left (\frac {b}{a\,x^{3/2}}+1\right )}^{2/3}} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + b/x^(3/2))^(2/3),x)

[Out]

(x*(a + b/x^(3/2))^(2/3)*hypergeom([-2/3, -2/3], 1/3, -b/(a*x^(3/2))))/(b/(a*x^(3/2)) + 1)^(2/3)

________________________________________________________________________________________

sympy [C]  time = 4.32, size = 46, normalized size = 0.48 \[ - \frac {2 a^{\frac {2}{3}} x \Gamma \left (- \frac {2}{3}\right ) {{}_{2}F_{1}\left (\begin {matrix} - \frac {2}{3}, - \frac {2}{3} \\ \frac {1}{3} \end {matrix}\middle | {\frac {b e^{i \pi }}{a x^{\frac {3}{2}}}} \right )}}{3 \Gamma \left (\frac {1}{3}\right )} \]

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate((a+b/x**(3/2))**(2/3),x)

[Out]

-2*a**(2/3)*x*gamma(-2/3)*hyper((-2/3, -2/3), (1/3,), b*exp_polar(I*pi)/(a*x**(3/2)))/(3*gamma(1/3))

________________________________________________________________________________________